fix: properties not updating correctly without refresh#11857
fix: properties not updating correctly without refresh#11857kgryte merged 6 commits intostdlib-js:refactor/plotfrom
Conversation
|
change 1: When I tried updating these from the side panel, I kept getting a re = '^' + re + '$';Bug 2: Even after fixing the 400, var val = event.value;
if ( isJSON(val) ) {
try { val = JSON.parse( val ); } catch ( err ) {}
}All properties now seem to update correctly. |
Signed-off-by: Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
…y instead of updating domain property
|
As the CI failure is expected, I'll go ahead and merge. |
Resolves None
Description
This pull request:
Related Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
I used GitHub Copilot to help trace the bug through the codebase & reading through router.js, on_change.js, and the route handlers to understand how the request flow worked. Once I understood the root cause, I identified the fixes myself and authored the changes manually. The AI mostly helped me navigate unfamiliar parts of the codebase faster.
@stdlib-js/reviewers